NomoDialogThemeData constructor
const
NomoDialogThemeData({
- Color backgroundColor = Colors.white,
- double elevation = 1.0,
- Widget contentSpacing = const SizedBox(height: 12),
- double widthRatio = 0.75,
- EdgeInsetsGeometry margin = EdgeInsets.zero,
- EdgeInsetsGeometry padding = const EdgeInsets.all(12),
- BorderRadiusGeometry borderRadius = const BorderRadius.all(Radius.circular(12)),
Implementation
const NomoDialogThemeData({
this.backgroundColor = Colors.white,
this.elevation = 1.0,
this.contentSpacing = const SizedBox(height: 12),
this.widthRatio = 0.75,
this.margin = EdgeInsets.zero,
this.padding = const EdgeInsets.all(12),
this.borderRadius = const BorderRadius.all(Radius.circular(12)),
});