/// lib/src/flutter/text.dart (line 86)
/// [LayoutBuilder] does not support using IntrinsicWidth or IntrinsicHeight.
///
/// Note: Use it only for few widgets like [DataTable], [IntrinsicWidth] or
/// [IntrinsicHeight] etc which doesn't work well with Vx
/// but using [isIntrinsic] will disable [AutoSizeText].
VxTextBuilder get isIntrinsic => this.._isIntrinsic = true;
I'm not entirely sure what is going on here. How exactly is it decided if _isIntrinsic?
Describe the bug min/maxFontSize not working as expected.
_isIntrinsic
field in VxTextBuilder.and then there is this for the getter:
I'm not entirely sure what is going on here. How exactly is it decided if _isIntrinsic?
To Reproduce Steps to reproduce the behavior:
Expected behavior I would expect that the text would have a font size of 100.
Desktop (please complete the following information):
Additional context Add any other context about the problem here.