StatusChangeThemeData.horizontal constructor Null safety
A default horizontal theme.
Implementation
factory StatusChangeThemeData.horizontal() => StatusChangeThemeData(
direction: Axis.horizontal,
);
A default horizontal theme.
factory StatusChangeThemeData.horizontal() => StatusChangeThemeData(
direction: Axis.horizontal,
);