Sinyu
Sinyu
使用之后,toolbar 的 navigationicon 不居中
I need this feature, too.
Hi, Here is the transcribe streaming code I wrote for Android, you can try it. 🚀 https://github.com/sinyu1012/aws-transcribe-streaming-example-android
I solved the problem by customizing the DashdedBorder and passing in FlBorderData ``` import 'package:flutter/material.dart'; class DashedBorder extends Border { final double dashWidth; final double dashSpace; const DashedBorder({ super.top, super.right,...
I solved the problem by customizing the DashdedBorder and passing in FlBorderData ``` import 'package:flutter/material.dart'; class DashedBorder extends Border { final double dashWidth; final double dashSpace; const DashedBorder({ super.top, super.right,...