neo_reusables library

Classes

NeoButton
A simplm wrapper over the Container class, P.S It uses the config class for it's height and width so make sure to initialize the config class in the main.dart file first
NeoText
A simplm wrapper over the Text class, P.S It uses the config class for it's font size. Uses the sizeConfig.sp(15) in the main.dart file first
SizeConfig
XMargin
XMargin provides horizontal margins/spaces between UI elements in your code. It also uses the SizeConfig setup in your main.dart to configure the width passed in by you
YMargin
YMargin provides vertical margins/spaces between UI elements in your code. It also uses the SizeConfig setup in your main.dart to configure the height passed in by you

Mixins

Properties

config SizeConfig
final