ScrollableAreaArrows.only constructor
ScrollableAreaArrows.only({})
only
Implementation
factory ScrollableAreaArrows.only({
bool top = false,
bool bottom = false,
bool start = false,
bool end = false,
double margin = 10,
}) => ScrollableAreaArrows(
top: top,
bottom: bottom,
start: start,
end: end,
margin: margin,
);