ContextExtensions extension
Extension on BuildContext to provide additional utility methods.
- on
Methods
-
alignmentLayoutWPassLang(
String language, dynamic rtl, dynamic ltr) → dynamic -
Available on BuildContext, provided by the ContextExtensions extension
-
horizontalDivider(
{double? width, double? height, Color? color}) → Widget -
Available on BuildContext, provided by the ContextExtensions extension
Creates a horizontal divider widget with the specified width, height, and color. -
verticalDivider(
{double? width, double? height, Color? color}) → Widget -
Available on BuildContext, provided by the ContextExtensions extension
Creates a vertical divider widget with the specified width, height, and color.