LokotroPayThemeConfig.lightLokotroBrand constructor
LokotroPayThemeConfig.lightLokotroBrand({
- double? borderRadius,
Create light theme configuration with Lokotro brand colors (legacy entry).
Implementation
factory LokotroPayThemeConfig.lightLokotroBrand({double? borderRadius}) {
return LokotroPayThemeConfig.light(
primaryColor: LokotroPayColors.primary,
secondaryColor: LokotroPayColors.secondary,
tertiaryColor: LokotroPayColors.accent,
borderRadius: borderRadius,
);
}