mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-25 11:57:18 +08:00
Remove unused class
This commit is contained in:
@ -193,25 +193,6 @@ class __CurrentRepoState extends State<_CurrentRepo>
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class ProButton extends StatelessWidget {
|
|
||||||
@override
|
|
||||||
Widget build(BuildContext context) {
|
|
||||||
var theme = Theme.of(context);
|
|
||||||
|
|
||||||
return Container(
|
|
||||||
decoration: BoxDecoration(
|
|
||||||
borderRadius: BorderRadius.circular(10),
|
|
||||||
color: theme.scaffoldBackgroundColor,
|
|
||||||
boxShadow: [
|
|
||||||
BoxShadow(color: theme.accentColor, spreadRadius: 0),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
padding: const EdgeInsets.all(8.0),
|
|
||||||
child: Text('PRO', style: theme.textTheme.button),
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
class ThemeSwitcherButton extends StatelessWidget {
|
class ThemeSwitcherButton extends StatelessWidget {
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
|
Reference in New Issue
Block a user