ButtonStyle constructor
const
ButtonStyle({
- required ButtonVariance variance,
- ButtonSize size = ButtonSize.normal,
- ButtonDensity density = ButtonDensity.normal,
- ButtonShape shape = ButtonShape.rectangle,
Implementation
const ButtonStyle({
required this.variance,
this.size = ButtonSize.normal,
this.density = ButtonDensity.normal,
this.shape = ButtonShape.rectangle,
});