get static method
Implementation
static DividerThemeData get(
AppThemeExtension themeExt,
) {
return DividerThemeData(
color: themeExt.bodyTextSmallColor.withOpacity(0.3),
thickness: 0.5,
indent: 16,
endIndent: 16,
);
}
static DividerThemeData get(
AppThemeExtension themeExt,
) {
return DividerThemeData(
color: themeExt.bodyTextSmallColor.withOpacity(0.3),
thickness: 0.5,
indent: 16,
endIndent: 16,
);
}