NomoDividerThemeDataNullable constructor

const NomoDividerThemeDataNullable({
  1. Color? color,
  2. double? crossAxisSize,
  3. double? crossAxisSpacing,
})

Implementation

const NomoDividerThemeDataNullable({
  this.color,
  this.crossAxisSize,
  this.crossAxisSpacing,
});