getHandleSize method Null safety
- double textLineHeight
override
Returns the size of the Material handle.
Implementation
@override
Size getHandleSize(double textLineHeight) => const Size(_kHandleSize, _kHandleSize);
Returns the size of the Material handle.
@override
Size getHandleSize(double textLineHeight) => const Size(_kHandleSize, _kHandleSize);