fix: btn theme color

This commit is contained in:
lollipopkit
2023-02-01 17:48:20 +08:00
parent 21ac323ed1
commit 1a8d572fbd
5 changed files with 27 additions and 14 deletions

View File

@@ -52,7 +52,7 @@ class _ConvertPageState extends State<ConvertPage>
children: [
const SizedBox(height: 13),
_buildInputTop(),
_buildTypeOption(),
_buildMiddleBtns(),
_buildResult(),
],
),
@@ -96,7 +96,7 @@ class _ConvertPageState extends State<ConvertPage>
);
}
Widget _buildTypeOption() {
Widget _buildMiddleBtns() {
final decode = _s.decode;
final encode = _s.encode;
final List<String> typeOption = [