CNButtonTheme constructor
const
CNButtonTheme({})
Creates a button theme.
Implementation
const CNButtonTheme({
this.tint,
this.labelColor,
this.iconColor,
this.backgroundColor,
this.glassMaterial = CNButtonGlassMaterial.regular,
this.labelStyle,
});