mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
Porgress use dynamic color
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
class SnappetEditPage extends StatefulWidget {
|
||||
const SnappetEditPage({ Key? key }) : super(key: key);
|
||||
const SnappetEditPage({Key? key}) : super(key: key);
|
||||
|
||||
@override
|
||||
_SnappetEditPageState createState() => _SnappetEditPageState();
|
||||
@@ -10,8 +10,6 @@ class SnappetEditPage extends StatefulWidget {
|
||||
class _SnappetEditPageState extends State<SnappetEditPage> {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Container(
|
||||
|
||||
);
|
||||
return Container();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user