FilledButtonTheme constructor
- @Goto(_i1.FilledButtonTheme.new)
- $ $config, {
- Key? key,
- required FilledButtonThemeData data,
- required Widget child,
Implementation
@Goto(_i1.FilledButtonTheme.new)
FilledButtonTheme(
$ $config, {
_i2.Key? key,
required _i1.FilledButtonThemeData data,
required _i3.Widget child,
}) : super(
Argument({
#key: key,
#data: data,
#child: child,
}),
builder: (args) => _i1.FilledButtonTheme(
key: args(#key),
data: args(#data),
child: args(#child),
),
);