Expand<T>(T) Method
    Tells the specified object to expand to the available area.
    
        public static T Expand<T>(this T obj) where T : class, IExpandable- Namespace
- Spectre.Console 
- Containing Type
- ExpandableExtensions
Parameters
- 
                                T
- The expandable object.
Parameters
- T obj
- The object to expand.
Returns
- T