Creates a Material gap with a given size.
MaterialGap({ @required LocalKey key, this.size: 16.0 }) : super(key) { assert(key != null); }