update
parent
048322ac59
commit
c106a6e949
|
@ -1,10 +0,0 @@
|
|||
import 'package:flutter/material.dart';
|
||||
|
||||
class OutputTextWidget extends StatelessWidget {
|
||||
const OutputTextWidget({super.key});
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Row(children: const [Text('bla')],);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue