resolve abstract method

  1. @override
OutlinedBorder? resolve(
  1. 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);