uiTextStyle property
The text style to use for recognized text, using dart:ui
's TextStyle
instead of material.dart
's TextStyle
.
Implementation
final ui.TextStyle? uiTextStyle;
The text style to use for recognized text, using dart:ui
's TextStyle
instead of material.dart
's TextStyle
.
final ui.TextStyle? uiTextStyle;