ButtonState<T> typedef

  1. @Deprecated('Use WidgetStateProperty instead. Will be removed in the next version')
ButtonState<T> = WidgetStateProperty<T>

Implementation

@Deprecated(
  'Use WidgetStateProperty instead. Will be removed in the next version',
)
typedef ButtonState<T> = WidgetStateProperty<T>;