dividerTheme property
DividerThemeData
get
dividerTheme
Implementation
DividerThemeData get dividerTheme => DividerThemeData(
color: colors.outline,
space: sizes.md,
thickness: 1.0.w,
);
DividerThemeData get dividerTheme => DividerThemeData(
color: colors.outline,
space: sizes.md,
thickness: 1.0.w,
);