NomoSiderThemeDataNullable constructor

const NomoSiderThemeDataNullable({
  1. Color? backgroundColor,
  2. Border? border,
  3. EdgeInsetsGeometry? padding,
  4. double? scrollPadding,
  5. double? width,
})

Implementation

const NomoSiderThemeDataNullable({
  this.backgroundColor,
  this.border,
  this.padding,
  this.scrollPadding,
  this.width,
});