defineDisabledBackgroundColor method

  1. @protected
Color defineDisabledBackgroundColor(
  1. BuildContext context
)

Implementation

@protected
Color defineDisabledBackgroundColor(BuildContext context) =>
    Colors.transparent;