LineThumbShape constructor

const LineThumbShape({
  1. Size thumbSize = const Size(8, 32),
})

Implementation

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