resolve abstract method

  1. @override
Color resolve(
  1. Set<MaterialState> states
)
override

Returns a Color that's to be used when a Material component is in the specified state.

Implementation

@override
Color resolve(Set<MaterialState> states);