PrimaryNomoButtonThemeData constructor
const
PrimaryNomoButtonThemeData({
- Color backgroundColor = primaryColor,
- Color foregroundColor = Colors.white,
- double elevation = 1.0,
- BorderRadiusGeometry borderRadius = const BorderRadius.all(Radius.circular(8)),
- EdgeInsetsGeometry padding = const EdgeInsets.all(16),
Implementation
const PrimaryNomoButtonThemeData({
this.backgroundColor = primaryColor,
this.foregroundColor = Colors.white,
this.elevation = 1.0,
this.borderRadius = const BorderRadius.all(Radius.circular(8)),
this.padding = const EdgeInsets.all(16),
});