NomoSiderThemeDataNullable constructor

const NomoSiderThemeDataNullable(
  1. {dynamic backgroundColor,
  2. dynamic border,
  3. dynamic padding,
  4. double? width}
)

Implementation

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