contentInsets property

double get contentInsets

Implementation

double get contentInsets {
  return ((size.width - 1024) / 2).clamp(16, double.infinity);
}