NativeButtonStyle constructor
const
NativeButtonStyle({})
Creates a NativeButtonStyle instance.
Implementation
const NativeButtonStyle({
this.showButton = false,
this.text = 'Close',
this.backgroundColor = const Color(0xFF424242), // Grey 800
this.textColor = const Color(0xFFFFFFFF),
this.fontSize = 14.0,
});