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