added swiping

add swiping
This commit is contained in:
Mehul Ahal 2022-12-22 12:17:08 +01:00 committed by Mguy13
parent 2ff4d44d25
commit 127a09b597
10 changed files with 154 additions and 82 deletions

View file

@ -7,6 +7,7 @@ abstract class ConstColours {
static const white = Colors.white;
static const black = Colors.black;
static const transparent = Colors.transparent;
}
abstract class ConstThemes {