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

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