ElevatedButtonX extension

on

Methods

color(Color color) ElevatedButton
copyWith({Key? key, void onPressed()?, void onLongPress()?, void onHover(bool)?, void onFocusChange(bool)?, ButtonStyle? style, FocusNode? focusNode, bool? autofocus, Clip? clipBehavior, Widget? child}) ElevatedButton
elevation(double size) ElevatedButton
linearGradientColor(List<Color> colors) Container
roundedCorner(double radius) ElevatedButton