ui/common/ui_helpers library
Constants
- horizontalSpaceLarge → const Widget
- horizontalSpaceMedium → const Widget
- horizontalSpaceSmall → const Widget
- horizontalSpaceTiny → const Widget
- verticalSpaceLarge → const Widget
- verticalSpaceMassive → const Widget
- verticalSpaceMedium → const Widget
- verticalSpaceSmall → const Widget
- verticalSpaceTiny → const Widget
Properties
- spacedDivider ↔ Widget
-
getter/setter pair
Functions
-
getResponsiveExtraLargeFontSize(
BuildContext context) → double -
getResponsiveFontSize(
BuildContext context, {double? fontSize, double? max}) → double -
getResponsiveHorizontalSpaceMedium(
BuildContext context) → double -
getResponsiveLargeFontSize(
BuildContext context) → double -
getResponsiveMassiveFontSize(
BuildContext context) → double -
getResponsiveMediumFontSize(
BuildContext context) → double -
getResponsiveSmallFontSize(
BuildContext context) → double -
halfScreenWidth(
BuildContext context) → double -
quarterScreenWidth(
BuildContext context) → double -
screenHeight(
BuildContext context) → double -
screenHeightFraction(
BuildContext context, {int dividedBy = 1, double offsetBy = 0, double max = 3000}) → double -
screenWidth(
BuildContext context) → double -
screenWidthFraction(
BuildContext context, {int dividedBy = 1, double offsetBy = 0, double max = 3000}) → double -
thirdScreenWidth(
BuildContext context) → double -
verticalSpace(
double height) → Widget