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