ruby_text

Creator: coderz1093

Last updated:

Add to Cart

Description:

ruby text

RubyText #

A ruby text widget with flutter.

Install #
dependencies:
ruby_text: <Latest version.>
copied to clipboard
Example #
RubyText(
[
RubyTextData(
'検査',
ruby: 'けんさ',
),
],
);
copied to clipboard
Other #
const RubyText(
List<RubyTextData> data, {
double spacing = 0.0,
TextStyle? style,
TextStyle? rubyStyle,
TextAlign? textAlign,
TextDirection? textDirection,
bool? softWrap,
TextOverflow? overflow,
int? maxLines,
});

const RubyTextData(
String text, {
String? ruby,
TextStyle? style,
TextStyle? rubyStyle,
TextDirection? textDirection,
});

const RubySpanWidget(BuildContext context, RubyTextData data);
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.