menu
stylish_dialog package
documentation
model/style.dart
Style1
Style1 constructor
Style1 constructor
dark_mode
light_mode
Style1
constructor
Style1
(
{
Color
dialogBgColor
=
Colors.white
,
Color
backgroundColor
=
Colors.black
,
})
Implementation
Style1({ this.dialogBgColor = Colors.white, this.backgroundColor = Colors.black, });
stylish_dialog package
documentation
model/style
Style1
Style1 constructor
Style1 class