custom_styles_package library

Classes

CustomButton
this is the custom button to customize the button all over in the app.
CustomImage
you can decide which file type you are showing:
CustomRichText
this is the custom rich text to customize the rich text for ease of access.
CustomScreenUtil
this is the custom screen util, you need to have material route wrapped with this widget.
CustomStylesConfig
A configuration class for setting up global custom styles used across the app.
CustomText
this is the custom text which have mutliple named constructors, you can use as per your ease of access, also you can customize the global styling by initializing the style in the CustomTextStyle.init function in the main
CustomTextField
This is the custom text field with basic design that you can use directly

Enums

CustomFileType
you can decide which file type you are showing

Properties

horizontalSizedBox SizedBox
this is the sized box with width 10 responsive pixels
getter/setter pair
horizontalSizedBox02 SizedBox
this is the sized box with width 2 responsive pixels
getter/setter pair
horizontalSizedBox05 SizedBox
this is the sized box with width 5 responsive pixels
getter/setter pair
horizontalSizedBox15 SizedBox
this is the sized box with width 15 responsive pixels
getter/setter pair
horizontalSizedBox2 SizedBox
this is the sized box with width 20 responsive pixels
getter/setter pair
horizontalSizedBox4 SizedBox
this is the sized box with width 40 responsive pixels
getter/setter pair
horizontalSizedBox6 SizedBox
this is the sized box with width 60 responsive pixels
getter/setter pair
horizontalSizedBox8 SizedBox
this is the sized box with width 80 responsive pixels
getter/setter pair
verticalSizedBox SizedBox
this is the sized box with width 10 responsive pixels
getter/setter pair
verticalSizedBox02 SizedBox
this is the sized box with width 2 responsive pixels
getter/setter pair
verticalSizedBox05 SizedBox
this is the sized box with width 5 responsive pixels
getter/setter pair
verticalSizedBox10 SizedBox
this is the sized box with width 100 responsive pixels
getter/setter pair
verticalSizedBox12 SizedBox
this is the sized box with width 120 responsive pixels
getter/setter pair
verticalSizedBox15 SizedBox
this is the sized box with width 15 responsive pixels
getter/setter pair
verticalSizedBox2 SizedBox
this is the sized box with width 20 responsive pixels
getter/setter pair
verticalSizedBox25 SizedBox
this is the sized box with width 25 responsive pixels
getter/setter pair
verticalSizedBox3 SizedBox
this is the sized box with width 30 responsive pixels
getter/setter pair
verticalSizedBox4 SizedBox
this is the sized box with width 40 responsive pixels
getter/setter pair
verticalSizedBox5 SizedBox
this is the sized box with width 50 responsive pixels
getter/setter pair
verticalSizedBox6 SizedBox
this is the sized box with width 60 responsive pixels
getter/setter pair
verticalSizedBox8 SizedBox
this is the sized box with width 80 responsive pixels
getter/setter pair

Functions

customLogs(Object? data, {bool showLog = false, bool overrideDebugCondition = false}) → void
this will customize the prints and you can disable all logs at once
customPrint(Object? data, {bool showPrint = false, bool overrideDebugCondition = true}) → void
this will customize the prints and you can disable all prints at once