utils/controller_initializer library
Functions
-
initForms(
{LiteFormsConfiguration? config}) → void - Just a shorthand for initializeLiteForms
-
initializeLiteForms(
{LiteFormsConfiguration? config}) → void -
Call it somewhere in the beginning of your app code
config
allows you to configure the look and feel for all of your form fields by default. Doing this you won't have to set decorations, paddings and other common stuff for your forms everywhere