const EdgeInsets.symmetric({ double vertical = 0.0, double horizontal = 0.0, }) : this.fromLTRB(horizontal, vertical, horizontal, vertical);