OutlinedButtonX extension

on

Methods

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