changeRectAttributes method
void
changeRectAttributes(})
Implementation
void changeRectAttributes(
int top,
int left,
int bottom,
int right,
int attribute, {
required bool rectangular,
}) {
_applyAttributeRect(
top,
left,
bottom,
right,
(attrs) => _changeAttributes(attrs, attribute),
rectangular: rectangular,
);
}