CodeBoxWidgetModifier extension
- on
Methods
-
frame(
double? height, double? width) → Widget -
Available on Widget, provided by the CodeBoxWidgetModifier extension
-
onTap(
void onTap()) → Widget -
Available on Widget, provided by the CodeBoxWidgetModifier extension
adds a onTap Gesture -
padding(
{double top = 0.0, double left = 0.0, double right = 0.0, double bottom = 0.0}) → Widget -
Available on Widget, provided by the CodeBoxWidgetModifier extension
adds a padding as a modifier to a widget to be more readable in large build blocs -
safeArea(
{Key? key, bool left = true, bool top = true, bool right = true, bool bottom = true, EdgeInsets minimum = EdgeInsets.zero, bool maintainBottomViewPadding = false}) → Widget -
Available on Widget, provided by the CodeBoxWidgetModifier extension
defines a safe area to a widget -
scrollbar(
) → Widget -
Available on Widget, provided by the CodeBoxWidgetModifier extension
adds a scrollbar to a widget