resources.dart
294 Bytes
import 'package:flutter/widgets.dart';
import 'package:Parlando/widgets/load_image.dart';
export 'colors.dart';
export 'dimens.dart';
export 'gaps.dart';
export 'styles.dart';
class Images {
static const Widget arrowRight = LoadAssetImage('ic_arrow_right', height: 16.0, width: 16.0);
}