NomoSiderThemeDataNullable constructor
const
NomoSiderThemeDataNullable({
- Color? backgroundColor,
- Border? border,
- EdgeInsetsGeometry? padding,
- double? scrollPadding,
- double? width,
Implementation
const NomoSiderThemeDataNullable({
this.backgroundColor,
this.border,
this.padding,
this.scrollPadding,
this.width,
});