copyrightEdgeInsets property
EdgeInsets
get
copyrightEdgeInsets
Отступы для позиционирования копирайта.
Implementation
EdgeInsets get copyrightEdgeInsets =>
_copyrightWidgetController.copyrightAlignment.value.edgeInsets;
set
copyrightEdgeInsets
(EdgeInsets insets)
Implementation
set copyrightEdgeInsets(EdgeInsets insets) {
_copyrightWidgetController.copyrightAlignment.value =
_copyrightWidgetController.copyrightAlignment.value
.copyWith(edgeInsets: insets);
}