TextButtonX extension
- on
Methods
-
color(
Color color) → TextButton -
Available on TextButton, provided by the TextButtonX extension
-
copyWith(
{Key? key, void onPressed()?, void onLongPress()?, void onHover(bool)?, void onFocusChange(bool)?, ButtonStyle? style, FocusNode? focusNode, bool? autofocus, Clip? clipBehavior, Widget? child}) → TextButton -
Available on TextButton, provided by the TextButtonX extension
-
elevation(
double size) → TextButton -
Available on TextButton, provided by the TextButtonX extension
-
linearGradientColor(
List< Color> colors) → Container -
Available on TextButton, provided by the TextButtonX extension