You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Recently, the WidgetStateProperty class was added to the Flutter framework. It is a replacement to MaterialStateProperty and is intended to be used on other design systems, such as cupertino. This class can be used to handle the multiple states the widgets can get in the package.
Describe the solution you'd like
Replace ButtonState with WidgetStateProperty.
Is your feature request related to a problem? Please describe.
Recently, the
WidgetStateProperty
class was added to the Flutter framework. It is a replacement toMaterialStateProperty
and is intended to be used on other design systems, such as cupertino. This class can be used to handle the multiple states the widgets can get in the package.Describe the solution you'd like
Replace
ButtonState
withWidgetStateProperty
.Describe alternatives you've considered
n/a
Additional context
https://api.flutter.dev/flutter/widgets/WidgetStateProperty-class.html
The text was updated successfully, but these errors were encountered: