SdlxMessageBoxColorScheme constructor
SdlxMessageBoxColorScheme({})
Implementation
SdlxMessageBoxColorScheme({
required this.background,
required this.text,
required this.buttonBorder,
required this.buttonBackground,
required this.buttonSelected,
});