SecondaryNomoButtonThemeData constructor
const
SecondaryNomoButtonThemeData({
- Color backgroundColor = Colors.white,
- Color foregroundColor = const Color(0xAA000000),
- double elevation = 0.0,
- Color selectionColor = primaryColor,
- Border border = const Border.fromBorderSide(BorderSide(color: Color(0xAA000000))),
- BorderRadiusGeometry borderRadius = const BorderRadius.all(Radius.circular(8)),
- EdgeInsetsGeometry padding = const EdgeInsets.all(16),
Implementation
const SecondaryNomoButtonThemeData({
this.backgroundColor = Colors.white,
this.foregroundColor = const Color(0xAA000000),
this.elevation = 0.0,
this.selectionColor = primaryColor,
this.border =
const Border.fromBorderSide(BorderSide(color: Color(0xAA000000))),
this.borderRadius = const BorderRadius.all(Radius.circular(8)),
this.padding = const EdgeInsets.all(16),
});