checkout form
This commit is contained in:
@@ -14,6 +14,12 @@ import 'package:flutter/widgets.dart';
|
||||
class $AssetsImagesGen {
|
||||
const $AssetsImagesGen();
|
||||
|
||||
/// File path: assets/images/gojek.png
|
||||
AssetGenImage get gojek => const AssetGenImage('assets/images/gojek.png');
|
||||
|
||||
/// File path: assets/images/grab.png
|
||||
AssetGenImage get grab => const AssetGenImage('assets/images/grab.png');
|
||||
|
||||
/// File path: assets/images/logo.png
|
||||
AssetGenImage get logo => const AssetGenImage('assets/images/logo.png');
|
||||
|
||||
@@ -22,7 +28,7 @@ class $AssetsImagesGen {
|
||||
const AssetGenImage('assets/images/logo_white.png');
|
||||
|
||||
/// List of all assets
|
||||
List<AssetGenImage> get values => [logo, logoWhite];
|
||||
List<AssetGenImage> get values => [gojek, grab, logo, logoWhite];
|
||||
}
|
||||
|
||||
class Assets {
|
||||
|
||||
Reference in New Issue
Block a user