mirror of
https://github.com/foss42/apidash.git
synced 2025-08-06 05:32:26 +08:00
Widget refactoring
This commit is contained in:
@ -5,16 +5,11 @@ import '../consts.dart';
|
||||
import 'markdown.dart';
|
||||
import 'error_message.dart';
|
||||
|
||||
class IntroMessage extends StatefulWidget {
|
||||
class IntroMessage extends StatelessWidget {
|
||||
const IntroMessage({
|
||||
super.key,
|
||||
});
|
||||
|
||||
@override
|
||||
State<IntroMessage> createState() => _IntroMessageState();
|
||||
}
|
||||
|
||||
class _IntroMessageState extends State<IntroMessage> {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
late String text;
|
||||
|
Reference in New Issue
Block a user