helper library

Functions

actionableSliderHoursContext(double min, double max, double val) String
bottomAppBarPageControlledBtn({required int pageNum, required Icon icon, required PageController controller}) IconButton
clampDouble({required double value, required double min, required double max}) double
fmtDateTime(DateTime time) String
labeledIconBtn({required IconButton child, required String label, TextStyle? labelStyle}) Widget
Creates a labled Icon Button in the format that the label is vertically under the Icon Button. button refers to the target IconButton and the label is the label for it and the optional labelStyle
makeCustomInputDetails({required String title, TextStyle? titleStyle, required Widget child}) Widget
makeListTile_SideDrawer({required IconData icon, required String title, required void onTap(), Color? iconColor, Color? textColor}) Widget
makeTextInputDetails({required String title, required void callback(String), TextStyle? titleStyle, TextStyle? hintStyle, String hintText = ""}) Widget
monthColor(int monthNum) Color
monthNumToName(int monthNum) String