resolve method Null safety
- Set<
MaterialState> states
override
Returns an OutlinedBorder 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
OutlinedBorder? resolve(Set<MaterialState> states);