Widgets topic

Motor Widgets

Classes

ContinueOnSonrButton Widgets
The Sonr Register Button provides a Widget that can be used to trigger a dialog which walks the user through the process of registering a new account. Underneath this method calls MotorFlutter.createAccount.
CreatePasswordPage<T extends RegisterWalletController> Widgets
RegisterModalPage is a GetView that uses RegisterWalletController to manage its state This page is used to help guide users through the process of registering a new account.
LoginButton Widgets
The Sonr Login Button provides a Widget that can be used to trigger a dialog which walks the user through the login process. Underneath this method calls MotorFlutter.login.
LoginPage<T extends LoginController> Widgets
This page is used to help guide users through the login process.
NebulaBorders Widgets
This class is used to define Border properties for the nebula theme.
NebulaColors Widgets
This class is used to define Color properties for the nebula theme.
NebulaDimensions Widgets
This class is used to define dimension or EdgeInsets properties for the nebula theme.
NebulaGradients Widgets
This class is used to define LinearGradient properties for the nebula theme.
NebulaRadii Widgets
This class is used to define radii properties for the nebula theme.
NebulaShadows Widgets
This class is used to define BoxShadow properties for the nebula theme.
NebulaTextStyles Widgets
This class is used to define TextStyle properties for the nebula theme.

Enums

ButtonVariant Widgets
This enum specifies the theme that the button should use. The default theme is ButtonVariant.blue.