resolve method Null safety
- Set<
MaterialState> states
override
Returns a BorderSide that's to be used when a Material component is in the specified state. Return null to defer to the default value of the widget or theme.
Implementation
@override
BorderSide? resolve(Set<MaterialState> states);