Customization
Visual customization: Colors, shapes, specific UI components
Colors
Color Category
Usage
ColorsObject colorsObject = ColorsObject(
primary: '#F8F8F2',
background: '#00FF00',
componentBackground: '#E6DB74',
componentBorder: '#FD971F',
componentDivider: '#FD971F',
primaryText: '#F8F8F2',
secondaryText: '#75715E',
componentText: '#AE81FF',
placeholderText: '#E69F66',
icon: '#F92672',
error: '#F92672'
);
DynamicColors colors =
DynamicColors(light: colorsObject);
PrimaryButton primaryButton = PrimaryButton(colors: colors);
Appearance appearance = Appearance(
colors: colors,
primaryButton: primaryButton,
);Configuration and Appearance
Custom Placeholders And Branding
Shadow
Shape Category
Usage
Shapes
Shape Category
Usage
Languages
Next step:
Setup Payment MethodsLast updated
Was this helpful?

