added image cache managing
This commit is contained in:
parent
b7045fc242
commit
2ff4d44d25
14 changed files with 188 additions and 80 deletions
|
@ -0,0 +1,11 @@
|
|||
import 'package:flutter/widgets.dart';
|
||||
|
||||
import 'const_colors.dart';
|
||||
|
||||
abstract class ConstText {
|
||||
static const _imageOverlayTextStyle = TextStyle(
|
||||
color: ConstColours.white,
|
||||
fontSize: 28,
|
||||
);
|
||||
static TextStyle imageOverlayTextStyle(BuildContext context) => _imageOverlayTextStyle;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue