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