dashboard_widgets library
Classes
- Badge
- This widget allows you to add badges to any of your Widget.
- BadgePosition
- Utility class. Don't try to use it!
- BadgePositioned
- Utility class. Don't try to use it!
- BadgeState
- BasicCard
- BreadCrumb
- ButtonGroup
- CustomAvatar
- CustomButton
-
CustomDropDown<
T> - CustomScaffold
- DrawerItem
-
DropdownBelow<
T> - Loading
- MenuItem
- Responsive
- SideBar
Extensions
Constants
- defaultPadding → const double
-
24
- horizontalSpaceMedium → const Widget
-
SizedBox(width: 32.0)
- horizontalSpaceSmall → const Widget
-
SizedBox(width: 12.0)
- horizontalSpaceTiny → const Widget
-
SizedBox(width: 6.0)
- verticalSpaceLarge → const Widget
-
SizedBox(height: 50.0)
- verticalSpaceMassive → const Widget
-
SizedBox(height: 120.0)
- verticalSpaceMedium → const Widget
-
SizedBox(height: 32.0)
- verticalSpaceSmall → const Widget
-
SizedBox(height: 12.0)
- verticalSpaceTiny → const Widget
-
SizedBox(height: 6.0)
Properties
- spacedDivider ↔ Widget
-
read / write
Functions
-
containsArabic(
String input) → bool -
halfScreenWidth(
BuildContext context) → double -
horizontalSpace(
double width) → Widget -
normalise(
String input) → String -
screenHeight(
BuildContext context) → double -
screenHeightFraction(
BuildContext context, {int dividedBy = 1, double offsetBy = 0}) → double -
screenHeightPercentage(
BuildContext context, {double percentage = 1}) → double -
screenWidth(
BuildContext context) → double -
screenWidthFraction(
BuildContext context, {int dividedBy = 1, double offsetBy = 0}) → double -
screenWidthPercentage(
BuildContext context, {double percentage = 1}) → double -
thirdScreenWidth(
BuildContext context) → double -
verticalSpace(
double height) → Widget
Enums
- BadgeAnimationType
- This is a set of animations that you can use for your Badge widget.
- BadgeShape
- This is a set of shapes that you can use for your Badge widget.
- ButtonStatus
- ButtonType
- ColorStatus
- Shape