Widgets topic
Motor Widgets
Classes
- ContinueOnSonrButton
- 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> -
RegisterModalPage
is aGetView
that usesRegisterWalletController
to manage its state This page is used to help guide users through the process of registering a new account. - LoginButton
- 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> - This page is used to help guide users through the login process.
- NebulaBorders
- This class is used to define Border properties for the nebula theme.
- NebulaColors
- This class is used to define Color properties for the nebula theme.
- NebulaDimensions
- This class is used to define dimension or EdgeInsets properties for the nebula theme.
- NebulaGradients
- This class is used to define LinearGradient properties for the nebula theme.
- NebulaRadii
- This class is used to define radii properties for the nebula theme.
- NebulaShadows
- This class is used to define BoxShadow properties for the nebula theme.
- NebulaTextStyles
- This class is used to define TextStyle properties for the nebula theme.
Enums
- ButtonVariant
- This enum specifies the theme that the button should use. The default theme is ButtonVariant.blue.