buttonTheme property
Button theme: Visual appearance of the button
Use constants from MFButtonTheme:
- MFButtonTheme.DARK (default): Dark theme for dark backgrounds
- MFButtonTheme.LIGHT: Light theme for light backgrounds
Implementation
final int buttonTheme;