LineThumbShape constructor
const
LineThumbShape({
- Size thumbSize = const Size(8, 32),
Implementation
const LineThumbShape({
this.thumbSize = const Size(8, 32),
});
const LineThumbShape({
this.thumbSize = const Size(8, 32),
});