SecondaryButtonTheme constructor
const
SecondaryButtonTheme({
- ButtonStatePropertyDelegate<
Decoration> ? decoration, - ButtonStatePropertyDelegate<
MouseCursor> ? mouseCursor, - ButtonStatePropertyDelegate<
EdgeInsetsGeometry> ? padding, - ButtonStatePropertyDelegate<
TextStyle> ? textStyle, - ButtonStatePropertyDelegate<
IconThemeData> ? iconTheme, - ButtonStatePropertyDelegate<
EdgeInsetsGeometry> ? margin,
Implementation
const SecondaryButtonTheme(
{super.decoration,
super.mouseCursor,
super.padding,
super.textStyle,
super.iconTheme,
super.margin});