resolve abstract method

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

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

Implementation

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